[INFO] cloning repository https://github.com/ZhengyangChen/ssd1322-zjy128x64
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZhengyangChen/ssd1322-zjy128x64" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZhengyangChen%2Fssd1322-zjy128x64", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZhengyangChen%2Fssd1322-zjy128x64'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bdaa55be65d7d232b276264e4f4207d79516d2de
[INFO] fixing ZhengyangChen/ssd1322-zjy128x64 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZhengyangChen%2Fssd1322-zjy128x64" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ZhengyangChen/ssd1322-zjy128x64
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/ZhengyangChen/ssd1322-zjy128x64
[INFO] tweaked toml for git repo https://github.com/ZhengyangChen/ssd1322-zjy128x64 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZhengyangChen/ssd1322-zjy128x64 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZhengyangChen/ssd1322-zjy128x64 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded spin_sleep v1.3.1
[INFO] [stderr]   Downloaded embedded-hal v1.0.0
[INFO] [stderr]   Downloaded az v1.2.1
[INFO] [stderr]   Downloaded embedded-graphics-core v0.4.0
[INFO] [stderr]   Downloaded micromath v2.1.0
[INFO] [stderr]   Downloaded rppal v0.22.1
[INFO] [stderr]   Downloaded embedded-graphics v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc
[INFO] running `Command { std: "docker" "start" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking micromath v2.1.0
[INFO] [stderr]     Checking spin_sleep v1.3.1
[INFO] [stderr]     Checking rppal v0.22.1
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking embedded-graphics-core v0.4.0
[INFO] [stderr]     Checking embedded-graphics v0.8.1
[INFO] [stderr]     Checking ssd1322-zjy128x64 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `Spi: embedded_hal::spi::SpiDevice` is not satisfied
[INFO] [stdout]    --> examples/rppal.rs:26:36
[INFO] [stdout]     |
[INFO] [stdout]  26 |     let mut display = SSD1322::new(spi, dc, res);
[INFO] [stdout]     |                       ------------ ^^^ the trait `embedded_hal::spi::SpiDevice` is not implemented for `Spi`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `embedded_hal::spi::SpiDevice` is implemented for `SimpleHalSpiDevice`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rppal-0.22.1/src/spi/hal.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl embedded_hal::spi::SpiDevice<u8> for SimpleHalSpiDevice {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `SSD1322::<SPI, OUTPIN>::new`
[INFO] [stdout]    --> src/lib.rs:50:10
[INFO] [stdout]     |
[INFO] [stdout]  50 |     SPI: SpiDevice,
[INFO] [stdout]     |          ^^^^^^^^^ required by this bound in `SSD1322::<SPI, OUTPIN>::new`
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn new(spi: SPI, dc: OUTPIN, res: OUTPIN) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spi: embedded_hal::spi::SpiDevice` is not satisfied
[INFO] [stdout]    --> examples/rppal.rs:26:23
[INFO] [stdout]     |
[INFO] [stdout]  26 |     let mut display = SSD1322::new(spi, dc, res);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `embedded_hal::spi::SpiDevice` is not implemented for `Spi`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `embedded_hal::spi::SpiDevice` is implemented for `SimpleHalSpiDevice`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rppal-0.22.1/src/spi/hal.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl embedded_hal::spi::SpiDevice<u8> for SimpleHalSpiDevice {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `SSD1322`
[INFO] [stdout]    --> src/lib.rs:38:10
[INFO] [stdout]     |
[INFO] [stdout]  36 | pub struct SSD1322<SPI, OUTPIN>
[INFO] [stdout]     |            ------- required by a bound in this struct
[INFO] [stdout]  37 | where
[INFO] [stdout]  38 |     SPI: SpiDevice,
[INFO] [stdout]     |          ^^^^^^^^^ required by this bound in `SSD1322`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `init` exists for struct `SSD1322<Spi, OutputPin>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/rppal.rs:28:13
[INFO] [stdout]     |
[INFO] [stdout]  28 |     display.init(&mut delay)?;
[INFO] [stdout]     |             ^^^^ method cannot be called on `SSD1322<Spi, OutputPin>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rppal-0.22.1/src/spi.rs:417:1
[INFO] [stdout]     |
[INFO] [stdout] 417 | pub struct Spi {
[INFO] [stdout]     | -------------- doesn't satisfy `Spi: embedded_hal::spi::SpiDevice`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Spi: embedded_hal::spi::SpiDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clear` found for struct `SSD1322<SPI, OUTPIN>` in the current scope
[INFO] [stdout]   --> examples/rppal.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |         display.clear(Gray4::new(15 - c))?;
[INFO] [stdout]    |                 ^^^^^ method not found in `SSD1322<Spi, OutputPin>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Spi: embedded_hal::spi::SpiDevice` is not satisfied
[INFO] [stdout]    --> examples/rppal.rs:51:14
[INFO] [stdout]     |
[INFO] [stdout]  51 |             .draw(&mut display)?;
[INFO] [stdout]     |              ^^^^ the trait `embedded_hal::spi::SpiDevice` is not implemented for `Spi`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `embedded_hal::spi::SpiDevice` is implemented for `SimpleHalSpiDevice`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rppal-0.22.1/src/spi/hal.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl embedded_hal::spi::SpiDevice<u8> for SimpleHalSpiDevice {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `SSD1322<Spi, OutputPin>` to implement `DrawTarget`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `flush` exists for struct `SSD1322<Spi, OutputPin>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> examples/rppal.rs:55:17
[INFO] [stdout]     |
[INFO] [stdout]  55 |         display.flush()?;
[INFO] [stdout]     |                 ^^^^^ method cannot be called on `SSD1322<Spi, OutputPin>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rppal-0.22.1/src/spi.rs:417:1
[INFO] [stdout]     |
[INFO] [stdout] 417 | pub struct Spi {
[INFO] [stdout]     | -------------- doesn't satisfy `Spi: embedded_hal::spi::SpiDevice`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Spi: embedded_hal::spi::SpiDevice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ssd1322-zjy128x64` (example "rppal") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc", kill_on_drop: false }`
[INFO] [stdout] df0eaeaec08460cc3e71243d7e45fca38b979f4fd7b8107280ddaf27efa38dfc
